home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Your Children: Road Construction Ahead
/
Teach Your Children: Road Construction Ahead.iso
/
pc
/
rca
/
road.dxr
/
00049_resetButScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-17
|
202 b
|
12 lines
global gTruckObject
on mouseDown
if the status of gTruckObject <> #animating then
if buttonHandler() = 1 then
startBuffering()
resetGame()
flushBuffer()
end if
end if
end